Welcome![Sign In][Sign Up]
Location:
Search - data structure stack

Search list

[Windows DevelopOrderedArray

Description: 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, use java to achieve stack and queue in data structure. It can be used to demonstrate the implement of the stack.
Platform: | Size: 10240 | Author: 吴强 | Hits:

[Data structsMase

Description: 用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
Platform: | Size: 1954816 | Author: sight | Hits:

[Data structsTansuo

Description: 数据结构---堆栈的使用。蓝色小方块在一个自己添加的红色迷宫中找到一个出口。利用数据结构堆栈的特性来。-data structure--- stack use. Blue small chunks themselves in a maze of red added to find an export. Stack data structure used to the characteristics.
Platform: | Size: 1024 | Author: wjj | Hits:

[Technology Managementdifferenct

Description: 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在一块区域, 未初始化的全局变量和未初始化的静态变量在相邻的另一块区域。 - 程序结束后有系统释放 4、文字常量区—常量字符串就是放在这里的。 程序结束后由系统释放 5、程序代码区—存放函数体的二进制代码。 二、例子程序 -reactors and the distinction between a stack, prior knowledge-memory allocation procedures from a c/C compiler procedures occupied by the memory is divided into the following sections 1, Stack (stack)- automatically by the compiler release distribution, storage function parameters, local variables, such as the value. Their mode of operation similar to the data structure of the stack. 2, the reactor (heap)- General to release the allocation by programmers, programmers if not released at the end of proceedings by the OS may recall. Attention to its data structure and the reactor are two different things, but similar to the distribution chain, Ha ha. 3, the overall situation (static) (static)-, global variables and static variables are stored on one, initialize the global variables and s
Platform: | Size: 14336 | Author: stevephen | Hits:

[Data structsmgqj

Description: 这小程序可以巩固数据结构中栈的知识,以及用到的递归算法。-procedures can consolidate data structure Stack knowledge, and use the recursive algorithm.
Platform: | Size: 1024 | Author: 陈朝熙 | Hits:

[ActiveX/DCOM/ATLlibshd

Description: SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类 SH_Udp UDP类 SH_Multicast 多播类 SH_Broadcast 广播类 SH_RawSocket 原始套接字类 SH_Pipe 管道类 SH_Mailslot 邮槽类 SH_SMem 共享内存类 SH_Log 日志类 SH_File 文件类 SH_FileVer 文件版本信息类 SH_Audio 音频类 SH_Time 时间类 SH_Timer 定时器类-SH_Object libSH base class SH_String String class SH_ Array data structure Array type data structure Stack SH_Stack category SH_Queu e type data structure Queue List SH_List data structure type data structure Ha SH_Hash sh category SH_Tree data structure Tree (AVL) category SH_Lock contradict category SH Lock _Serial serial category SH_Socket TCP socket type SH_Tcp category SH_Udp U DP category SH_Multicast multicast broadcasting category SH_Broadcast category SH_RawS ocket original socket type SH_Pipe Pipeline SH_Mailslot Post Cells SH_SM Shared Memory em category SH_Log log category SH_File document type SH_FileVer documents Information SH_Audio Audio category SH_Time time category SH_Timer timer category
Platform: | Size: 54272 | Author: yangthui | Hits:

[Data structsMaze

Description: 这事传统的老鼠迷宫的源代码,利用了堆栈的原理,可以记录走出迷宫的路径,有助于更好的理解堆栈知识。-This traditional mouse maze source code, using a stack of principle, can be recorded out of the maze path, contribute to a better understanding of the stack of knowledge.
Platform: | Size: 916480 | Author: Iris | Hits:

[Software Engineeringzhan+duilie

Description: 数据结构中栈和队列的基本算法以及应用,带FLASH演示顺序栈演示,以及一些习题. -Data structure stack and queue in the basic algorithm and applications, with the order of the stack FLASH demo demo, as well as some exercises.
Platform: | Size: 182272 | Author: nlx | Hits:

[Data structs5

Description: 文章论述了数据结构中栈的理论知识和应用栈解决迷宫问题的算法设计, 并用VB 实现 了迷宫程序的设计-This article discusses the stack data structure and application of theoretical knowledge to solve maze problems stack algorithm design, and VB realize the design of the maze procedure
Platform: | Size: 219136 | Author: shirley | Hits:

[Data structsstack

Description: 数据结构 详细描述了如何链栈的方法以及操作-Data structure described in detail how the chain stack method and the operation of
Platform: | Size: 1024 | Author: dengyi | Hits:

[Linux-Unixcetc_list_heap.tar

Description: linux 数据结构堆栈操作。。 。。 。。 。 -linux data structure stack operation. . . . . . .
Platform: | Size: 19456 | Author: 郑全 | Hits:

[CSharpcsharpcorecontent

Description: 这个主要写了CSHARP在数据结构中的一些操作,比如堆栈,二叉树-CSharp wrote the main data structure in some operations, such as stack, binary tree
Platform: | Size: 44032 | Author: lingxiao | Hits:

[Data structsstack

Description: 自定义数据类型的堆栈数据结构实现,早些时候学习的时候写的代码了,-Custom data types of the stack data structure to achieve the earlier study, when writing code, and
Platform: | Size: 2048 | Author: likun | Hits:

[Data structsDATASTRU

Description: C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
Platform: | Size: 2048 | Author: mahaiyang | Hits:

[Data structszhandui

Description: 数据结构 栈,队列,二叉树的学习(里面包含有PPT,还有程序代码)-Data structure stack, queue, binary tree learning (which contains PPT, there are program code)
Platform: | Size: 347136 | Author: 维德 | Hits:

[Data structsstack

Description: 用C语言实现的,栈结构,是数据结构的一个很好的实例。-Using C language, the stack structure, data structure is a good example.
Platform: | Size: 1024 | Author: king | Hits:

[Data structszhan

Description: 数据结构里栈的所有操作,我已经证明了他的通过,放心了!-Data structure stack all operations, I have to prove his passed, relieved!
Platform: | Size: 1024 | Author: | Hits:

[Data structsstack

Description: 数据结构中堆栈的应用,实现的是从中序到后序的转换和计算-Data structure in the application stack, from the realization of the sequence to the sequence after the conversion and the calculation
Platform: | Size: 2048 | Author: winnie | Hits:

[Data structsStack

Description: 这是栈的顺序实现方法,适合数据结构的初学者参考.-This is the order of the stack method, suitable for beginners and reference data structure.
Platform: | Size: 1851392 | Author: smith | Hits:

[Data structsstructure

Description: 里面涉及了数据结构中的链表、队列和栈的一些知识和算法,希望对朋友们有所帮助。-Involved in the data structure inside the linked list, queue and stack some of the knowledge and algorithms, and they hope to help my friends.
Platform: | Size: 251904 | Author: 刘海涛 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net